home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_641
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-05-21
|
191b
|
10 lines
on(release){
if(diamond >= 1)
{
diamond -= 1;
ratio = (0.5 * ch + 0.4 * st + 0.1 * kn) / 100;
ship = ship + 80 + 110 * ratio;
gotoAndPlay(1108);
}
}